From 11480c57f0d7889ced3f9dc0b163882c5d97522f Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Mon, 22 Nov 2010 03:45:59 +0100 Subject: [PATCH] GtkStyleContext: Use correct type for animation duration. --- gtk/gtkstylecontext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkstylecontext.c b/gtk/gtkstylecontext.c index adb9cd005f..3303e74f11 100644 --- a/gtk/gtkstylecontext.c +++ b/gtk/gtkstylecontext.c @@ -583,7 +583,7 @@ timeline_finished_cb (GtkTimeline *timeline, static AnimationInfo * animation_info_new (GtkStyleContext *context, gpointer region_id, - gdouble duration, + guint duration, GtkTimelineProgressType progress_type, gboolean loop, GtkStateType state, -- 2.30.2